crypto/tls.newSessionTicketMsg.ticket (field)
7 uses
crypto/tls (current package)
handshake_client.go#L899: hs.ticket = sessionTicketMsg.ticket
handshake_messages.go#L1832: ticket []byte
handshake_messages.go#L1841: ticketLen := len(m.ticket)
handshake_messages.go#L1850: copy(x[10:], m.ticket)
handshake_messages.go#L1874: m.ticket = data[10:]
handshake_server.go#L816: m.ticket, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server.go#L825: m.ticket, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |